build(deps): bump the aws group with 4 updates#8755
Merged
Conversation
Bumps the aws group with 4 updates: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/smithy-go](https://github.com/aws/smithy-go). Updates `github.com/aws/aws-sdk-go-v2` from 1.41.5 to 1.41.6 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.41.5...v1.41.6) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.14 to 1.32.16 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.32.14...config/v1.32.16) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.99.0 to 1.99.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.99.0...service/s3/v1.99.1) Updates `github.com/aws/smithy-go` from 1.24.3 to 1.25.0 - [Release notes](https://github.com/aws/smithy-go/releases) - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md) - [Commits](aws/smithy-go@v1.24.3...v1.25.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.41.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.32.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-version: 1.99.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: github.com/aws/smithy-go dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <support@github.com>
ezekiel
approved these changes
May 20, 2026
beautifulentropy
approved these changes
May 21, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the vendored AWS SDK for Go v2 dependency set (including smithy-go) and refreshes go.mod/go.sum and vendor/ accordingly.
Changes:
- Bump
github.com/aws/aws-sdk-go-v2and related modules (config, s3, plus transitive modules) to their latest patch/minor releases in this group. - Vendor updates include new/updated STS auth behavior (SigV4a support) and updated smithy-go content.
- Replace the previously-vendored
internal/inimodule with a newconfig/internal/iniimplementation used by the config loader.
Reviewed changes
Copilot reviewed 1 out of 55 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vendor/modules.txt | Updates vendored module version manifest for the bumped AWS modules. |
| vendor/github.com/aws/smithy-go/go_module_metadata.go | Updates smithy-go module version constant to v1.25.0. |
| vendor/github.com/aws/smithy-go/endpoints/private/rulesfn/split.go | Adds new helper for endpoint rules evaluation (split function). |
| vendor/github.com/aws/smithy-go/CHANGELOG.md | Adds smithy-go v1.25.0 changelog entry. |
| vendor/github.com/aws/aws-sdk-go-v2/service/sts/options.go | Adds SigV4a identity resolver and signing regions override option. |
| vendor/github.com/aws/aws-sdk-go-v2/service/sts/go_module_metadata.go | Updates STS module version constant to v1.42.0. |
| vendor/github.com/aws/aws-sdk-go-v2/service/sts/generated.json | Updates STS codegen metadata (adds internal/v4a reference). |
| vendor/github.com/aws/aws-sdk-go-v2/service/sts/CHANGELOG.md | Adds STS v1.42.0 changelog entry. |
| vendor/github.com/aws/aws-sdk-go-v2/service/sts/auth.go | Adds SigV4a auth scheme option configuration. |
| vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_client.go | Registers SigV4a HTTP auth scheme and default v4a signer wiring. |
| vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/go_module_metadata.go | Updates ssooidc module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/CHANGELOG.md | Adds ssooidc changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/service/sso/go_module_metadata.go | Updates sso module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/service/sso/CHANGELOG.md | Adds sso changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/service/signin/go_module_metadata.go | Updates signin module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/service/signin/CHANGELOG.md | Adds signin changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/service/s3/go_module_metadata.go | Updates s3 module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/service/s3/CHANGELOG.md | Adds s3 changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/go_module_metadata.go | Updates s3shared module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/CHANGELOG.md | Adds s3shared changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/go_module_metadata.go | Updates presigned-url module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/CHANGELOG.md | Adds presigned-url changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/go_module_metadata.go | Updates checksum module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/CHANGELOG.md | Adds checksum changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/go_module_metadata.go | Updates accept-encoding module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/CHANGELOG.md | Adds accept-encoding changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/internal/v4a/go_module_metadata.go | Updates internal/v4a module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/internal/v4a/CHANGELOG.md | Adds internal/v4a changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/internal/ini/LICENSE.txt | Removes vendored internal/ini module license file (module no longer vendored). |
| vendor/github.com/aws/aws-sdk-go-v2/internal/ini/go_module_metadata.go | Removes vendored internal/ini module metadata (module no longer vendored). |
| vendor/github.com/aws/aws-sdk-go-v2/internal/ini/CHANGELOG.md | Removes vendored internal/ini module changelog (module no longer vendored). |
| vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/go_module_metadata.go | Updates internal/endpoints/v2 module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/CHANGELOG.md | Adds internal/endpoints/v2 changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/go_module_metadata.go | Updates internal/configsources module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/CHANGELOG.md | Adds internal/configsources changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/go_module_metadata.go | Updates IMDS module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/CHANGELOG.md | Adds IMDS changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/credentials/go_module_metadata.go | Updates credentials module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/credentials/CHANGELOG.md | Adds credentials changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/config/shared_config.go | Switches shared config parsing import to config/internal/ini. |
| vendor/github.com/aws/aws-sdk-go-v2/config/internal/ini/value.go | Adds new internal INI value representation for config parsing. |
| vendor/github.com/aws/aws-sdk-go-v2/config/internal/ini/tokenize.go | Adds tokenizer for internal INI parsing. |
| vendor/github.com/aws/aws-sdk-go-v2/config/internal/ini/token.go | Adds token types for internal INI parsing. |
| vendor/github.com/aws/aws-sdk-go-v2/config/internal/ini/strings.go | Adds string helpers for internal INI parsing. |
| vendor/github.com/aws/aws-sdk-go-v2/config/internal/ini/sections.go | Adds section/value container types for internal INI parsing. |
| vendor/github.com/aws/aws-sdk-go-v2/config/internal/ini/parse.go | Adds parser implementation for token streams. |
| vendor/github.com/aws/aws-sdk-go-v2/config/internal/ini/ini.go | Adds OpenFile/Parse entrypoints for internal INI parsing. |
| vendor/github.com/aws/aws-sdk-go-v2/config/internal/ini/errors.go | Adds parse/open error type(s) for internal INI parsing. |
| vendor/github.com/aws/aws-sdk-go-v2/config/go_module_metadata.go | Updates config module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/config/CHANGELOG.md | Adds config changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/go_module_metadata.go | Updates eventstream module version constant. |
| vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/CHANGELOG.md | Adds eventstream changelog entry for bumped dependencies. |
| vendor/github.com/aws/aws-sdk-go-v2/aws/go_module_metadata.go | Updates aws module version constant. |
| go.sum | Updates module checksums for the bumped AWS SDK modules. |
| go.mod | Bumps direct and indirect AWS SDK module versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
github.com/aws/aws-sdk-go-v2from 1.41.5 to 1.41.6Updates
github.com/aws/aws-sdk-go-v2/configfrom 1.32.14 to 1.32.16Updates
github.com/aws/aws-sdk-go-v2/service/s3from 1.99.0 to 1.99.1Updates
github.com/aws/smithy-gofrom 1.24.3 to 1.25.0